Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/components/com_k2/models/item.php on line 763

PT. Pesta Pora Abadi (Mie Gacoan) kembali mengadakan Walk in Interview untuk posisi Crew Store dan Floor Leader untuk penempatan Mie Gacoan MT. Haryono selama 4 hari dari Senin s.d Kamis tanggal 22 – 25 Juli 2024 jam 09.00 s.d 12.00. Untuk kamu bubuhan Balikpapan yang tertarik mengikuti Walk in Interview, catat tanggal dan waktunya dan langsung merapat ke area terdekat dengan membawa CV terbaru. Jangan lupa daftarkan juga diri kakak di link kami ya di Https://bit.ly/Gacoan-Kalimantan

 

Kualifikasi Persyaratan:

Floor Leader :

  1. Pendidikan Minimal D3/S1 Semua Jurusan 
  2. Usia Maksimal 30 Tahun
  3. Tinggi badan Minimal 160 Wanita dan Pria 165 untuk Laki-Laki
  4. Komunikatif,Berintegritas,Mampu bekerja sama dengan tim,memiliki jiwa leadership tinggi
  5. Tidak Memiliki Riwayat Penyakit
  6. Sehat Jasmani dan Rohani 


Jika kakak memiliki pertanyaan lebih lanjut silahkan hubungi Contact Person HRD Kalimantan 087766190490 (chat only).
Cant wait to see you soon!
#infolokerbalikpapan#balikpapanku#balikpapan#lokerbalikpapan#lokerkaltim#lokerkalimantan#walkininterview


Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/website/templates/itl_stuart/html/com_k2/templates/default/tag.php on line 94
/** *------------------------------------------------------------------------------ * @package T3 Framework for Joomla! *------------------------------------------------------------------------------ * @copyright Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * @authors JoomlArt, JoomlaBamboo, (contribute to this project at github * & Google group to become co-author) * @Google group: https://groups.google.com/forum/#!forum/t3fw * @Link: http://t3-framework.org *------------------------------------------------------------------------------ */ // no direct access defined('_JEXEC') or die; //check if t3 plugin is existed if (!defined('T3')) { if (JError::$legacy) { JError::setErrorHandling(E_ERROR, 'die'); JError::raiseError(500, JText::_('T3_MISSING_T3_PLUGIN')); exit; } else { throw new Exception(JText::_('T3_MISSING_T3_PLUGIN'), 500); } } $t3app = T3::getApp($this); // addition for demostrtion $input = JFactory::getApplication()->input; $theme = $input->get('theme', ''); $params = $t3app->_tpl->params; if(!empty($theme)){ $params->set('theme', $theme); } // get configured layout $layout = $t3app->getLayout(); $t3app->loadLayout($layout);